From ee9a6d0acef9ac3be7605ce560e1d16965b941c7 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 1 Jul 2014 13:26:18 +0800 Subject: [PATCH] MSVC Builds: Fix Introspection Builds Commit e26bdbda only partially made the necessary changes due to the use of the deprecated headers in GDK. Fix that. --- build/gen-file-list-gtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gen-file-list-gtk.py b/build/gen-file-list-gtk.py index 045f860e9d..f39944a082 100644 --- a/build/gen-file-list-gtk.py +++ b/build/gen-file-list-gtk.py @@ -18,7 +18,7 @@ def gen_gdk_filelist(srcroot, subdir, dest): vars['gdk_enums'] = 'gdkenumtypes.c gdkenumtypes.h' - files = vars['gdk_public_h_sources'].split() + \ + files = vars['gdk_h_sources'].split() + \ vars['gdk_c_sources'].split() + \ vars['gdk_enums'].split() -- 2.30.2